home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
DemonicDefence3.swf
/
scripts
/
DefineButton2_1010
/
BUTTONCONDACTION on(release).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-27
|
348 b
|
16 lines
on(release){
if(_root.magRune >= 3 && _root.timeRune >= 3 && this.timey.timer == 100)
{
this.timey.timer = 0;
this.timey.timeIt = 0.4;
this.timey._visible = true;
_root.magRune -= 3;
_root.timeRune -= 3;
_root.slowTime = 2.1;
}
else
{
_root.messy = "Not enough Runes";
}
}